home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / oleauttr.zip / WORDDRIV.ZIP / WORDDRIV.DFM / WORDDRIV.txt
Text File  |  1996-01-02  |  5KB  |  250 lines

  1. object frmWordDriv: TfrmWordDriv
  2.   Left = 186
  3.   Top = 97
  4.   Width = 550
  5.   Height = 444
  6.   Caption = 'OLE Automation Test Driver for MS-Word for Windows 6.0/7.0'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 152
  17.     Top = 18
  18.     Width = 250
  19.     Height = 16
  20.     Caption = 'It won'#39't work unless you click this first!'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 152
  24.     Top = 48
  25.     Width = 334
  26.     Height = 16
  27.     Caption = 'Have W/W open a new file based on NORMAL.DOT.'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 312
  31.     Top = 80
  32.     Width = 212
  33.     Height = 16
  34.     Caption = 'Do this macro (in NORMAL.DOT).'
  35.   end
  36.   object Label4: TLabel
  37.     Left = 152
  38.     Top = 107
  39.     Width = 361
  40.     Height = 16
  41.     Caption = 'Set some check boxes on the Tools|Options|Edit dialog.'
  42.   end
  43.   object Label5: TLabel
  44.     Left = 151
  45.     Top = 167
  46.     Width = 283
  47.     Height = 16
  48.     Caption = 'Close the file opened earlier -- don'#39't save it.'
  49.   end
  50.   object Label6: TLabel
  51.     Left = 152
  52.     Top = 350
  53.     Width = 263
  54.     Height = 16
  55.     Caption = 'Make the WinWord OLE server go away.'
  56.   end
  57.   object lblSelection: TLabel
  58.     Left = 150
  59.     Top = 136
  60.     Width = 366
  61.     Height = 17
  62.     AutoSize = False
  63.   end
  64.   object btnCreate: TButton
  65.     Left = 16
  66.     Top = 14
  67.     Width = 121
  68.     Height = 23
  69.     Caption = '&Create object'
  70.     TabOrder = 0
  71.     OnClick = btnCreateClick
  72.   end
  73.   object btnDestroy: TButton
  74.     Left = 16
  75.     Top = 347
  76.     Width = 121
  77.     Height = 23
  78.     Caption = '&Destroy object'
  79.     TabOrder = 1
  80.     OnClick = btnDestroyClick
  81.   end
  82.   object btnExit: TButton
  83.     Left = 220
  84.     Top = 381
  85.     Width = 89
  86.     Height = 23
  87.     Caption = 'E&xit'
  88.     TabOrder = 2
  89.     OnClick = btnExitClick
  90.   end
  91.   object btnFileNew: TButton
  92.     Left = 48
  93.     Top = 44
  94.     Width = 89
  95.     Height = 23
  96.     Caption = 'New file'
  97.     TabOrder = 3
  98.     OnClick = btnFileNewClick
  99.   end
  100.   object btnDiscard: TButton
  101.     Left = 47
  102.     Top = 163
  103.     Width = 89
  104.     Height = 23
  105.     Caption = 'Discard file'
  106.     TabOrder = 4
  107.     OnClick = btnDiscardClick
  108.   end
  109.   object btnMacro: TButton
  110.     Left = 48
  111.     Top = 73
  112.     Width = 89
  113.     Height = 23
  114.     Caption = 'Do Macro'
  115.     TabOrder = 5
  116.     OnClick = btnMacroClick
  117.   end
  118.   object btnEditOptions: TButton
  119.     Left = 48
  120.     Top = 103
  121.     Width = 89
  122.     Height = 23
  123.     Caption = 'EditOptions'
  124.     TabOrder = 6
  125.     OnClick = btnEditOptionsClick
  126.   end
  127.   object txtMacroName: TEdit
  128.     Left = 152
  129.     Top = 74
  130.     Width = 145
  131.     Height = 22
  132.     TabOrder = 7
  133.     Text = 'DummyMsg'
  134.   end
  135.   object btnGetSelection: TButton
  136.     Left = 47
  137.     Top = 133
  138.     Width = 89
  139.     Height = 23
  140.     Caption = 'Selection:'
  141.     TabOrder = 8
  142.     OnClick = btnGetSelectionClick
  143.   end
  144.   object gbxFFTest: TGroupBox
  145.     Left = 46
  146.     Top = 193
  147.     Width = 390
  148.     Height = 147
  149.     Caption = 'Test FileFind functions'
  150.     TabOrder = 9
  151.     object lblCountFoundFiles: TLabel
  152.       Left = 111
  153.       Top = 90
  154.       Width = 65
  155.       Height = 17
  156.       AutoSize = False
  157.     end
  158.     object Label7: TLabel
  159.       Left = 12
  160.       Top = 32
  161.       Width = 89
  162.       Height = 16
  163.       Alignment = taCenter
  164.       AutoSize = False
  165.       Caption = 'File mask:'
  166.     end
  167.     object Label8: TLabel
  168.       Left = 161
  169.       Top = 12
  170.       Width = 81
  171.       Height = 16
  172.       Alignment = taCenter
  173.       AutoSize = False
  174.       Caption = 'Directory'
  175.     end
  176.     object Label9: TLabel
  177.       Left = 314
  178.       Top = 12
  179.       Width = 49
  180.       Height = 16
  181.       Alignment = taCenter
  182.       AutoSize = False
  183.       Caption = 'Name'
  184.     end
  185.     object btnFileFind: TButton
  186.       Left = 12
  187.       Top = 58
  188.       Width = 89
  189.       Height = 23
  190.       Caption = 'FileFind'
  191.       TabOrder = 0
  192.       OnClick = btnFileFindClick
  193.     end
  194.     object edtFileFindDir: TEdit
  195.       Left = 111
  196.       Top = 30
  197.       Width = 180
  198.       Height = 21
  199.       TabOrder = 1
  200.       Text = 'c:\'
  201.     end
  202.     object edtFileFindName: TEdit
  203.       Left = 300
  204.       Top = 31
  205.       Width = 77
  206.       Height = 21
  207.       TabOrder = 2
  208.       Text = '*.pas'
  209.     end
  210.     object btnCountFoundFiles: TButton
  211.       Left = 12
  212.       Top = 86
  213.       Width = 89
  214.       Height = 23
  215.       Caption = 'CountFF'
  216.       TabOrder = 3
  217.       OnClick = btnCountFoundFilesClick
  218.     end
  219.     object btnFFNames: TButton
  220.       Left = 12
  221.       Top = 114
  222.       Width = 89
  223.       Height = 23
  224.       Caption = 'FFNames'
  225.       TabOrder = 4
  226.       OnClick = btnFFNamesClick
  227.     end
  228.     object cbFFNames: TComboBox
  229.       Left = 112
  230.       Top = 116
  231.       Width = 266
  232.       Height = 21
  233.       Style = csDropDownList
  234.       Font.Color = clBlack
  235.       Font.Height = -11
  236.       Font.Name = 'MS Sans Serif'
  237.       Font.Style = []
  238.       ItemHeight = 13
  239.       Items.Strings = (
  240.         'Click FileFind, then FFNames, then drop me down.')
  241.       ParentFont = False
  242.       TabOrder = 5
  243.     end
  244.   end
  245.   object OleAutoClient1: TOleAutoClient
  246.     Left = 8
  247.     Top = 120
  248.   end
  249. end
  250.